GochiSiyan

override single amp

Mar 20th, 2022 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. add_filter('amp_post_template_dir', function ($templates) {
  2. if (is_single()) {
  3. return plugin_dir_path( __FILE__ ) . 'template';
  4. }
  5. return $templates;
  6. },999);
Add Comment
Please, Sign In to add comment