diff --git a/README.md b/README.md deleted file mode 100644 index 3ae7916..0000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ -

WooCommerce

- -

-License: GPL v3 -WordPress.org version -WordPress.org downloads -WordPress.org rating -WordPress.org rating -WordPress.org rating -

- -myCred is an intelligent and adaptive points management system that allows you to build brand loyalty by rewarding your customers through store reward systems, community leaderboards, monetizing your website content, etc. - -myCred allows THREE different ways through which you can award your users: - -* **Points -** Set events and triggers to allow real-time tracking and automatically award your users with points. -* **Ranks -** Set ranks within your leaderboards and reward your users with significant perks after they reach a certain milestone. -* **Badges -** Boost your users' participation by rewarding them for their exceptional performance. - -## Documentation -You can find extensive documentation on myCred add-ons in the myCred Codex. You can also find a list of frequently asked questions on the myCred website. - -* Chapter I - Introduction -* Chapter II - Getting Started -* Chapter III - Add-ons -* Chapter IV - Premium Add-ons -* Chapter V - For Developers -* Chapter VI - Reference Guides - -## Support -This repository is not suitable for support. Please don't use our issue tracker for support requests, but for core myCred issues only. Support can take place through the appropriate channels: - -* If you have a problem, you may want to start with the self-help guide. -* The myCred support portal for customers who have purchased themes or extensions. -* You can consult myCred's online community with your question. -* You can submit a customization request. -* Our community forum on wp.org is available for all users. - -

Made with 💜 by myCred.

diff --git a/abstracts/mycred-abstract-hook.php b/abstracts/mycred-abstract-hook.php index cf1c1fe..75765e7 100644 --- a/abstracts/mycred-abstract-hook.php +++ b/abstracts/mycred-abstract-hook.php @@ -8,6 +8,7 @@ * @version 1.3.2 */ if ( ! class_exists( 'myCRED_Hook' ) ) : + #[AllowDynamicProperties] abstract class myCRED_Hook { /** @@ -351,7 +352,7 @@ public function hook_limit_setting( $name = '', $id = '', $selected = '' ) { $hide = 'hidden'; // The limit value field - $output = '
'; + $output = '
'; // Get limit options $options = $this->get_limit_types(); @@ -367,7 +368,7 @@ public function hook_limit_setting( $name = '', $id = '', $selected = '' ) { $id = apply_filters( 'mycred_hook_limit_id_by', $id, $this ); // Generate dropdown menu - $output .= ''; foreach ( $options as $value => $label ) { $output .= '