wp_privacy_exports_url

wp_privacy_exports_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_privacy_exports_url') is found 1 times:

  • /wp-includes/functions.php line 8230
    	 *              via this filter should be reflected on the server.
    	 *
    	 * @param string $exports_url Exports directory URL.
    	 */
    	return apply_filters( 'wp_privacy_exports_url', $exports_url );
    }
    
    /**
     * Schedules a `WP_Cron` job to delete expired export files.
     *
     * @since 4.9.6