Skip to content

Instantly share code, notes, and snippets.

@marushu
Last active December 4, 2021 14: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 marushu/2cb37086f4e99d56b3b9b019eb83e59c to your computer and use it in GitHub Desktop.
Save marushu/2cb37086f4e99d56b3b9b019eb83e59c to your computer and use it in GitHub Desktop.
<?php
// addtoany ショートコードを追加
add_filter(
'snow_monkey_template_part_render_template-parts/common/page-header',
function ( $html, $name, $vars ) {
$html .= do_shortcode( '[addtoany]' );
return $html;
},
10,
3,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment