PHP wordpress:funcionesútilesparafunctions.php

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP wordpress:funcionesútilesparafunctions.php相关的知识,希望对你有一定的参考价值。

/*------------- WIDGETS --------------*/
if (function_exists('register_sidebar')) {
    register_sidebar(array(
        'name' => 'Sidebar Widgets',
        'id'   => 'sidebar-widgets',
        'description'   => 'These are widgets for the sidebar.',
        'before_widget' => '<div id="%1$s" class="widget %2$s">',
        'after_widget'  => '</div>',
        'before_title'  => '<h2>',
        'after_title'   => '</h2>'
    ));
}


/*------------- IMAGES --------------*/
//Prevent post images from being displayed on homepage
add_filter('the_content','wpi_image_content_filter',11);
function wpi_image_content_filter($content){
    if (is_home() || is_front_page()){
      $content = preg_replace("/<img[^>]+\>/i", "", $content);
    }
    return $content;
}

以上是关于PHP wordpress:funcionesútilesparafunctions.php的主要内容,如果未能解决你的问题,请参考以下文章

php Funcion para encriptar php

了解PHP中的register_shutdown_funcion

php subfuncion PHP funcion anidada嵌套使用范围funciónsubfunciónreferencia

text 摘录Funcion rempalzar

text Funcion静态公开

markdown algunos funciones de postgres