Skip to content

Instantly share code, notes, and snippets.

@AlexL-JWA
Created July 17, 2018 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexL-JWA/17ccfd7c6afa06bdc3617cf8c0ccae89 to your computer and use it in GitHub Desktop.
Save AlexL-JWA/17ccfd7c6afa06bdc3617cf8c0ccae89 to your computer and use it in GitHub Desktop.
регистрация виджета WP
register_sidebar( array(
'name' => 'sidebare_menu',
'id' => 'sidebare_menu',
'before_widget' => ' ',
'after_widget'=>' ',
'class'=>'conditions-menu',
'before_title' => '<h3 class="clicking">',
'after_title' => "</h3>",
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment