list_pages, $title, $page

list_pages, $title, $page

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('list_pages, $title, $page') is found 1 times:

  • /json-endpoints/class.wpcom-json-api-list-dropdown-pages-endpoint.php line 222

    Warning: Undefined array key 225 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 226 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 227 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *
    		 * @param string  $title Page title.
    		 * @param WP_Post $page  Page data object.
    		 */
    		$title = apply_filters( 'list_pages', $title, $page );
    		return $title;
    	}
    }