Keybase proof
I hereby claim:
- I am jehu on github.
- I am mmichely (https://keybase.io/mmichely) on keybase.
- I have a public key ASCAd9n8UUGPWk3ulM4B_i6aq1xaghJSTlqJVaTkl9JxhQo
To claim this, I am signing this object:
/** | |
* FAQ Schema.org for MetaBox Relationship if manual FAQ Schema is active | |
* | |
* @See https://www.seopress.org/support/hooks/filter-manual-faq-schema/ | |
*/ | |
add_filter('seopress_pro_get_json_data_faq','sp_pro_schema_faq_json', 10, 2); | |
function sp_pro_schema_faq_json($json, $context) | |
{ | |
$relationship_id = 'faq-page'; // Replace with your Relationship ID |
<?php | |
function year_shortcode () { | |
$year = date_i18n ('Y'); | |
return $year; | |
} | |
add_shortcode ('year', 'year_shortcode'); |
<?php | |
add_theme_support( 'post-thumbnails' ); | |
add_image_size( 'image-480', 480, 0 ); | |
add_image_size( 'image-640', 640, 0 ); | |
add_image_size( 'image-720', 720, 0 ); | |
add_image_size( 'image-960', 960, 0 ); | |
add_image_size( 'image-1168', 1168, 0 ); | |
add_image_size( 'image-1440', 1440, 0 ); | |
add_image_size( 'image-1920', 1920, 0 ); |
<?php | |
/** | |
* AutomaticCSS is a CSS Framework (Oxygen onyl at the time) | |
* This Code adds the Oxygen generated Colors as Gutenberg Color Palette | |
* and adds inline CSS for the corresponding Gutenberg color CSS classes | |
* | |
* https://automaticcss.com/ | |
*/ |
<?php | |
/* --------------------------------------------------------------------------- | |
* Set hreflang="x-default" with WP Globus | |
* --------------------------------------------------------------------------- */ | |
add_filter( 'wpglobus_hreflang_tag', 'custom_head_hreflang_xdefault', 10, 2 ); | |
function custom_head_hreflang_xdefault() { | |
$hreflangs = WPGlobus_Utils::hreflangs(); | |
$default_language = WPGlobus::Config()->default_language; |
<?php | |
/** | |
* Plugin Name: WPForms GH Contact Smart Tag | |
* Plugin URI: | |
* Description: Use Groundhogg contact fields inside WPForms with Smart Tags. Se here for more informations about WPFOrms Smart Tags: https://wpforms.com/docs/how-to-use-smart-tags-in-wpforms/ | |
* Version: 1.0 | |
* Author: Marco Michely | |
* Author URI: https://www.michely-web-engineering.de | |
*/ | |
defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); |
I hereby claim:
To claim this, I am signing this object:
<nav-main path="${out.global.url.pathname}" items="${out.global.navigation.main}" />