export_args

export_args

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('export_args') is found 1 times:

  • /wp-admin/export.php line 121
    	 * @since 3.5.0
    	 *
    	 * @param array $args The arguments to send to the exporter.
    	 */
    	$args = apply_filters( 'export_args', $args );
    
    	export_wp( $args );
    	die();
    }
    
    require_once ABSPATH . 'wp-admin/admin-header.php';