Johnstoneman
Forum Replies Created
-
Thanks Georgian,
That guide provided the information I needed to make it work correctly.
I still think adding the WordPress hook support would be a good idea, as it is the root hook that REST API, wordpress registration, etc use prior to registering the new user, but your hooks work great for your plugin and the fact the plugin can override the wordpress registration and login makes it a complete solution.
Forum: Plugins
In reply to: [WooCommerce Australia Fastway Shipping Method] Can not Activate PluginThat fixed it, thanks.
I’ll work through the config, but it all looks good for now.Just tried to install this plugin but got the following error, given the line number I thought it must be related.
Plugin could not be activated because it triggered a fatal error.
Fatal error: Can’t use function return value in write context in …/public_html/wp-content/plugins/woo-australia-fastway-shipping-method/fastway-au-shipping.php on line 39Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Post Loop has wrong Title Linkjust to confirm, the following is the script to correct for my home page.
<script>jQuery(document).ready(function(){jQuery(".home main article .widget_siteorigin-panels-postloop article header h2 a").attr("href", jQuery(".home main article .widget_siteorigin-panels-postloop article header .posted-on a").attr("href"));});</script>