• Theme Author PahlawanWeb

    (@pahlawanweb)


    Please create child theme if you using pahlawanweb wordpress theme, for example function to remove markup. Create functions.php in your child theme.

    function mychild_theme_setup() {
    remove_action( 'pahlawanweb_header_markup', 'pahlawanweb_head' );
    }
    add_action( 'after_setup_theme', 'mychild_theme_setup' );
    add_action('pahlawanweb_head_top', 'pahlawanweb_ss');
    function pahlawanweb_ss() {
    ...... DO SOMTHING HERE ...........
      }

    This review and reminder for PahlawanWeb WordPress Theme user.

    Many thanks

    PahlawanWeb

  • The topic ‘Action hook pahlawanweb child theme’ is closed to new replies.