Zodiac1978 / wp-search-ignore-block-names

Modifies the native search to ignore block editor comments
https://wordpress.org/plugins/ignore-block-name-in-search/
GNU General Public License v2.0
4 stars 3 forks source link

Fixed PHP error message - locally tested #11

Closed espiat closed 1 year ago

espiat commented 1 year ago

i made the following changes:

changed version number from 1.1.0 to 1.1.1 register_activation_hook is now static activation check is now public, because static register_activation_hook

Zodiac1978 commented 1 year ago

Thank you very much for helping!

Unfortunately, this PR was changing much more coding standards things, so I am going forward with #8 instead, which was the more minimal approach.

It is so nice to see so many people helping me! :)

espiat commented 1 year ago

Okay. But take the code changed static, public, ... an the error is fixed.