It looks like nothing was found at this location. Maybe try a search?
function add_meta_tags() { // Twitter Tags echo ''; echo ''; // Open Graph Tags echo ''; echo ''; } add_action('wp_head', 'add_meta_tags'); function add_custom_favicon() { echo ''; echo ''; } add_action('wp_head', 'add_custom_favicon');
It looks like nothing was found at this location. Maybe try a search?