', esc_url( get_bloginfo( 'pingback_url' ) ) ); } } add_action( 'wp_head', 'xarxaprod_pingback_header' ); /** * Detect if the "xarxaprod" plugin is active */ function xarxaprod_plugin_active() { // Detect plugin. For use on Front End only. include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); // check for plugin using plugin name if ( is_plugin_active( 'xarxaprod-wp-plugin/xarxaprod-wp-plugin.php' ) ) { //plugin is activated do } //do stuff here } //closing if is_plugin_active //add_action( 'wp_head', 'xarxaprod_plugin_active' ); /** * Echo the post type slug */ if ( ! function_exists( 'xarxaprod_class_posttype' ) ): function xarxaprod_class_posttype (){ if( is_post_type_archive( array('xarxaprod-ajut') ) || is_post_type_archive( array('xarxaprod-convo') ) || is_post_type_archive( array( 'xarxaprod-associat') )) { //if( get_post_type() == 'xarxaprod-ajut' || get_post_type() == 'xarxaprod-convo' || get_post_type() == 'xarxaprod-associat' ){ echo 'archive-custom-post-type-'; printf (get_post_type_object( get_post_type() )->rewrite['slug']); } elseif( get_post_type() == 'xarxaprod-ajut' || get_post_type() == 'xarxaprod-convo' || get_post_type() == 'xarxaprod-associat' ) { echo 'custom-post-type-'; printf (get_post_type_object( get_post_type() )->rewrite['slug']); } else { $categories = get_the_category(); if ( ! empty( $categories ) ) { echo 'category-'; echo esc_html( $categories[0]->slug ); } //printf (get_post_type_object( get_post_type() )->rewrite['slug']); } } endif; //end xarxaprod_calss_posttype /** * Displays the FAQS subcategories from category id=1 */ if ( ! function_exists( 'xarxaprod_display_faqs_labels' ) ) : function xarxaprod_display_faqs_labels() { ?> '; echo ' '; echo ' '; } } endif; //end xarxaprod_display_each_faq_categories /** * Display search form for FAQs */ if ( ! function_exists( 'xarxaprod_display_faq_search' ) ) : function xarxaprod_display_faqs_search() { // search form for category // https://developer.wordpress.org/reference/functions/get_search_form/#comment-369 // https://wordpress.stackexchange.com/questions/313037/restrict-a-search-to-a-custom-post-type ?>