Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function marlon_test() {
- if ( wp_fusion()->user->has_tag( 'homework-teacher', get_current_user_id() ) ) {
- return 'HAS IT';
- }
- if ( ! wp_fusion()->user->has_tag( 'homework-teacher', get_current_user_id() ) ) {
- return 'DOES NOT HAVE IT';
- }
- }
- add_shortcode( 'marlon_test', 'marlon_test' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement