export_args

export_args

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('export_args') is found 1 times:

  • /wp-admin/export.php line 121
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
         * @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';