export_wp

export_wp

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('export_wp') is found 1 times:

  • /wp-admin/includes/export.php line 77
    	 * @since 2.3.0
    	 *
    	 * @param array $args An array of export arguments.
    	 */
    	do_action( 'export_wp', $args );
    
    	$sitename = sanitize_key( get_bloginfo( 'name' ) );
    	if ( ! empty( $sitename ) ) {
    		$sitename .= '.';
    	}
    	$date        = gmdate( 'Y-m-d' );
    

See this hook used in plugins: