Support for legacy WP sites
-
Can you make this plugin work with < 5.0 sites? The only major thing you would need to add is a check if
function_exists('has_block')
before using it, since it’s returning 0 results because it’s erroring on that function call.Thanks!
- The topic ‘Support for legacy WP sites’ is closed to new replies.