• Hello everyone,
    I’m using the plugin BuddyBlog.

    I want to change this link, created by the following code:

    $sub_nav[] = array(
    			'name'            => __( 'Nuovo post', 'buddyblog' ),
    			'slug'            => '/wp-admin/post-new.php',
    			'parent_url'      => get_site_url(),
    			'parent_slug'     => $this->slug,
    			'screen_function' => array($screen,'new_post'),
    			'user_has_access' => bp_is_my_profile(),
    			'position'        => 30
    		);

    Si tratta di una sintassi standard di WordPress o una sintassi custom dell’utente?

    Vorrei solo inserire un target=”_blank”, è possibile?

    Grazie.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Create new link’ is closed to new replies.