Last active
October 18, 2021 15:48
-
-
Save tdmrhn/f0001ba5212cdc878443c6ce494e3151 to your computer and use it in GitHub Desktop.
Posts Shortcode Offset 5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter('blocksy:general:shortcodes:blocksy-posts:args', function ($args) { | |
$args['offset'] = 5; | |
return $args; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment