Viewing 2 replies - 1 through 2 (of 2 total)
  • What plugin is this? Did you type in the capability correctly and in the case-sensitive manner? Can you describe the screw up?

    The code:

    // Check capability
    	if ( ! empty( $link_cap ) )
    		if ( ! current_user_can( $link_cap ) )
    	continue;

    Uses a wordpress function and not a plugin function so there should be no issue provided that you’ve correctly inputted the capability.

    Thread Starter dcaccounting

    (@dcaccounting)

    Ok thanks I’ll try it again.

    Regards

    Dean

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Capability’ is closed to new replies.