skeleton componenet – link title
-
When using this in the skeleton component, how can I add a hover title on the link “Daily Stuff”?
bp_core_add_subnav_item(
$bp->mystuff->slug,
'my-stuff',
__( 'Daily Stuff', 'bp-mystuff' ),
$mystuff_link,
'bp_mystuff_screen_seven',
false, // We don't need to set a custom css ID for this sub nav item.
bp_is_home() // We DO want to restrict only the logged in user to this sub nav item.
);
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘skeleton componenet – link title’ is closed to new replies.