Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. add_action('wp_ajax_nopriv_myfilter', 'jobs_filter_control');
  2. add_action('wp_ajax_myfilter', 'jobs_filter_control');
  3. function add_opengraph_doctype( $output ) {
  4. return $output . ' xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"';
  5. }
  6. add_filter('language_attributes', 'add_opengraph_doctype');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement