Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: map_meta_cap

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
1038                $caps[] = 'do_not_allow';
1039           else
1040                $caps[] = $cap;
1041           break;
1042      default:
1043           // If no meta caps match, return the original cap.
1044           $caps[] = $cap;
1045      }
1046
1047      return apply_filters('map_meta_cap', $caps, $cap, $user_id, $args);
1048 }
1049
1050 /**
1051  * Whether current user has capability or role.
1052  *
1053  * @since 2.0.0
1054  *
1055  * @param string $capability Capability or role name.
1056  * @return bool