PATH:
home
/
bnathsfovv
/
mailhos.info
/
wp-admin
/
includes
<?php /** * Noop functions for load-scripts.php and load-styles.php. * * @package WordPress * @subpackage Administration * @since 4.4.0 */ /** * @ignore */ function __() {} /** * @ignore */ function _x() {} /** * @ignore */ function add_filter() {} /** * @ignore */ function has_filter() { return false; } /** * @ignore */ function esc_attr() {} /** * @ignore */ function apply_filters() {} /** * @ignore */ function get_option() {} /** * @ignore */ function is_lighttpd_before_150() {} /** * @ignore */ function add_action() {} /** * @ignore */ function did_action() {} /** * @ignore */ function do_action_ref_array() {} /** * @ignore */ function get_bloginfo() {} /** * @ignore */ function is_admin() { return true; } /** * @ignore */ function site_url() {} /** * @ignore */ function admin_url() {} /** * @ignore */ function home_url() {} /** * @ignore */ function includes_url() {} /** * @ignore */ function wp_guess_url() {} function get_file( $path ) { $path = realpath( $path ); if ( ! $path || ! @is_file( $path ) ) { return ''; } return @file_get_contents( $path ); }
[-] admin-filters.php
[edit]
[-] class-wp-application-passwords-list-table.php
[edit]
[-] class-wp-comments-list-table.php
[edit]
[-] class-wp-users-list-table.php
[edit]
[-] class-wp-terms-list-table.php
[edit]
[-] class-wp-theme-install-list-table.php
[edit]
[-] class-wp-list-table-compat.php
[edit]
[-] class-wp-privacy-data-export-requests-list-table.php
[edit]
[-] noop.php
[edit]
[-] class-wp-post-comments-list-table.php
[edit]
[-] class-wp-ms-users-list-table.php
[edit]
[-] misc.php
[edit]
[-] class-wp-plugins-list-table.php
[edit]
[-] class-wp-posts-list-table.php
[edit]
[-] class-wp-filesystem-ftpext.php
[edit]
[-] class-wp-ajax-upgrader-skin.php
[edit]
[-] class-walker-nav-menu-checklist.php
[edit]
[-] class-wp-ms-sites-list-table.php
[edit]
[-] class-language-pack-upgrader-skin.php
[edit]
[-] class-wp-ms-themes-list-table.php
[edit]
[-] class-theme-installer-skin.php
[edit]
[-] class-wp-themes-list-table.php
[edit]
[-] class-wp-links-list-table.php
[edit]
[-] class-wp-privacy-data-removal-requests-list-table.php
[edit]
[-] class-wp-media-list-table.php
[edit]
[-] edit-tag-messages.php
[edit]
[+]
..
[-] class-wp-filesystem-base.php
[edit]
[-] class-wp-plugin-install-list-table.php
[edit]
[-] class-wp-site-health-auto-updates.php
[edit]
[-] class-walker-category-checklist.php
[edit]
[-] class-wp-list-table.php
[edit]
[-] ms-admin-filters.php
[edit]
[-] nav-menu.php
[edit]