Event-Pepper
Eventspeppers Seit heute bin ich Mitglied bei der Online-Event-Agentur eventpepper. Ich freuen mich auf neue und interesannte Kontakte.
add_action('wp_enqueue_scripts', 'custom_wjka_script', 100); function custom_the7-karin-schnur_script() { wp_enqueue_script('child_theme_script_handle', get_stylesheet_directory_uri().'/custom.js', array('jquery')); } // Allow shortcodes in text widget add_filter('widget_text', 'do_shortcode'); // Enable current year shortcode add_shortcode ('year', 'year_shortcode'); function year_shortcode () { $year = date_i18n ('Y'); return $year; }