Home / APIs / WP_User_Search::is_search() – Whether there are search terms.

You appear to be a bot. Output may be restricted

Description

Whether there are search terms.

Usage

$bool = WP_User_Search::is_search();

Parameters

Returns

bool

Source

File name: wordpress/wp-admin/includes/deprecated.php
Lines: 1 to 5 of 5

  function is_search() {
    if ( $this->search_term )
      return true;
    return false;
  }
 

 View on GitHub View on Trac

Published: 10th March 2017 | Last updated: 10th March 2017

Information

Function name: WP_User_Search::is_search
Class ref: WP_User_Search
Plugin ref: WordPress
Version: 5.0.3
Sourcefile: wp-admin/includes/deprecated.php
File ref: wp-admin/includes/deprecated.php
Deprecated?: No
API Letters: I,S,U,W

  • Plugins
  • Themes
  • Blocks
  • Shortcodes
  • APIs
  • Files
  • Hooks
  • Classes
  • Sites
  • Sitemap
  • Blog
WP-a2z WordPress core a2z
WordPress core only

Site:  core.wp-a2z.org
© Copyright WP-a2z 2014-2019. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins