wp_privacy_exports_dir

wp_privacy_exports_dir

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_privacy_exports_dir') is found 1 times:

  • /wp-includes/functions.php line 8205
    	 *              via this filter should be reflected on the server.
    	 *
    	 * @param string $exports_dir Exports directory.
    	 */
    	return apply_filters( 'wp_privacy_exports_dir', $exports_dir );
    }
    
    /**
     * Returns the URL of the directory used to store personal data export files.
     *
     * @since 4.9.6