wp_privacy_exports_dir

wp_privacy_exports_dir

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_privacy_exports_dir') is found 1 times:

  • /wp-includes/functions.php line 8293
    8289
    8290
    8291
    8292
    8293
    8294
    8295
    8296
    8297
    8298
    8299
         *              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