Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




is_plugin_page [ WordPress Function ]

is_plugin_page ( No parameters )
Returns:
  • (bool)
Defined at:



Is the current admin page generated by a plugin?

Source


<?php
function is_plugin_page() {
    
_deprecated_function__FUNCTION__'3.1'  );

    global 
$plugin_page;

    if ( isset(
$plugin_page) )
        return 
true;

    return 
false;
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics