test1
alert(‘haiii’);Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
alert(‘haiii’);Continue reading
function exclude_lazy_loading( $output, $id, $item, $data, $i ) { $image_tag = ‘‘; $start_pos = strpos( $output, $image_tag ); $end_pos = strpos( $output, $image_end, $start_pos ); if ( $start_pos !== false && $end_pos !== false ) { $image_content = substr( $output,…Continue reading
add_filter( ‘option_use_smilies’, ‘__return_false’ );Continue reading
add_filter(‘envira_gallery_image_caption_allowed_html_tags’,’example_envira_gallery_image_caption_allowed_html_tags’, 5, 5); function example_envira_gallery_image_caption_allowed_html_tags($allowed_tags, $id, $item, $data, $i) { $allowed_tags[‘i’][‘class’][] = ‘fa’; $allowed_tags[‘i’][‘class’][] = ‘fa-facebook-square’; $allowed_tags[‘i’][‘class’][] = ‘fa-4x’; return $allowed_tags; }Continue reading
add_filter( ‘reactr_title’, ‘replace_blog_with_news’, 10, 1 ); function replace_blog_with_news( $title ) { if ( is_singular( ‘post’ ) ) { $title = str_replace( ‘Blog’, ‘News’, $title ); } return $title; }Continue reading
function add_my_custom_metabox_id($pass_over_defaults) { $pass_over_defaults[] = ‘aioseo-settings’; return $pass_over_defaults; } add_filter(‘envira_gallery_metabox_ids’, ‘add_my_custom_metabox_id’);Continue reading
define(‘NGG_INLINE_DYNAMIC_CSS’, true);Continue reading
add_filter( ‘sgo_javascript_combine_exclude’, ‘js_combine_exclude’ ); function js_combine_exclude( $exclude_list ) { $exclude_list[] = ‘ngg_galleria’; $exclude_list[] = ‘ngg_galleria_init’; return $exclude_list; }Continue reading
function imagely_theme_mods() { set_theme_mod(‘reactr_blog_single_elements_positioning’, ”); } add_action( ‘init’, ‘imagely_theme_mods’ );Continue reading
define(‘NGG_DISABLE_IMAGICK’, true);Continue reading