wp_privacy_exports_url

wp_privacy_exports_url

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_privacy_exports_url') is found 1 times:

  • /wp-includes/functions.php line 8318
    8314
    8315
    8316
    8317
    8318
    8319
    8320
    8321
    8322
    8323
    8324
         *              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