Switch language

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




wp_admin_bar_shortlink_menu [ WordPress Function ]

wp_admin_bar_shortlink_menu ( $wp_admin_bar )
Defined at:



Provide a shortlink.

Source


<?php
function wp_admin_bar_shortlink_menu$wp_admin_bar ) {
    
$short wp_get_shortlink0'query' );
    
$id 'get-shortlink';

    if ( empty( 
$short ) )
        return;

    
$html '<input class="shortlink-input" type="text" readonly="readonly" value="' esc_attr$short ) . '" />';

    
$wp_admin_bar->add_menu( array(
        
'id' => $id,
        
'title' => __'Shortlink' ),
        
'href' => $short,
        
'meta' => array( 'html' => $html ),
    ) );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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