mattyrob
@mattyrob on WordPress.org and Slack
- Member Since: August 12th, 2005
- Website: subscribe2.wordpress.com
Contribution History
mattyrob’s badges:- Core Contributor
- Documentation Contributor
- Translation Contributor
-
Posted a reply to wp_insert_post, on the site WordPress.org Forums:
@webdesign8287 If you are looping through and calling that code I would suspect that the…23 hours ago
-
Posted a reply to Add Anchor Link within php file, on the site WordPress.org Forums:
@etchbee The esc_html__() function will escape (and therefore break) all HTML content in the string…1 day ago
-
Posted a reply to ?doing_wp_cron=, on the site WordPress.org Forums:
@theworkshop This is expected behaviour in order for the internal WordPress cron system to work…1 week ago
-
Posted a reply to Request form for export or import of personal data, on the site WordPress.org Forums:
You could try this plugin: https://wordpress.org/plugins/gdpr-data-request-form/2 weeks ago
-
Posted a reply to Sent blog posts not showing up to author; not even in Spam, on the site WordPress.org Forums:
@3cstudio I've found your details and emailed you.3 weeks ago
-
Posted a reply to Sent blog posts not showing up to author; not even in Spam, on the site WordPress.org Forums:
@3cstudio Something is amiss by the sounds of it, the WPMQ cron event is called…3 weeks ago
-
Posted a reply to Sent blog posts not showing up to author; not even in Spam, on the site WordPress.org Forums:
@3cstudio The Mail Queue process should still have run at 10 minute intervals even if…3 weeks ago
-
Posted a reply to Sent blog posts not showing up to author; not even in Spam, on the site WordPress.org Forums:
@3cstudio For per-post notifications the emails are sent in the following order: 1/ Registered users…3 weeks ago
-
Posted a reply to Sent blog posts not showing up to author; not even in Spam, on the site WordPress.org Forums:
@3cstudio The error looks like it might be a conflict. The built in Widget may…3 weeks ago
-
Posted a reply to Sent blog posts not showing up to author; not even in Spam, on the site WordPress.org Forums:
@3cstudio Disable and delete the standalone widget - it was built into the core of…3 weeks ago
-
Posted a reply to Translations in the frontend, on the site WordPress.org Forums:
@oekoplatt Can you provide me with the po file by loading to a file sharing…3 weeks ago
-
Posted a reply to Translations in the frontend, on the site WordPress.org Forums:
@oekoplatt Is the 'Site Language' set as German in the Settings > General admin page?…3 weeks ago
-
Posted a reply to HTML Code Not Working, on the site WordPress.org Forums:
@ahardman I'm guessing you are using PopTin to create the form, have you also installed…4 weeks ago
-
Posted a reply to Sub-menu hover with border radius, on the site WordPress.org Forums:
@cray76 I'm am not seeing any grey corners on your site at the link above…4 weeks ago
-
Posted a reply to Validate Username, on the site WordPress.org Forums:
@gpsathas I think you may be able to do this using the validate_username filter. You…4 weeks ago
-
Posted a reply to Minimum required php version, on the site WordPress.org Forums:
@braxvang Subscribe2 supports back to WordPress 4.0 which requires PHP 5.2.4, so I would work…4 weeks ago
-
Posted a reply to HTML in createNotice shows [object Object], on the site WordPress.org Forums:
@tijmensmit Have you considered using .createErrorNotice() instead of .createNotice() and just passing your error message…1 month ago
-
Posted a reply to HTML in createNotice shows [object Object], on the site WordPress.org Forums:
@tijmensmit According to the documentation here: https://github.com/WordPress/gutenberg/blob/master/docs/designers-developers/developers/data/data-core-notices.md I think you need to pass the second…1 month ago
-
Posted a reply to wp_cron, on the site WordPress.org Forums:
@darick0029 This page may assist you with details: https://developer.wordpress.org/plugins/cron/ But to answer briefly, wp_cron runs…1 month ago
-
Posted a reply to Why are the theme files organized like this?, on the site WordPress.org Forums:
@rzelnik Some pages that load in themes don't need or load the sidebar doe example,…1 month ago
-
Posted a reply to Why are the theme files organized like this?, on the site WordPress.org Forums:
@rzelnik A single file would work but it may well also result is a lot…1 month ago
-
Posted a reply to Sent blog posts not showing up to author; not even in Spam, on the site WordPress.org Forums:
@3cstudio Great to hear you have everything working - the complexity and number of layers…1 month ago
-
Posted a reply to Show control conditionally in Gutenberg, on the site WordPress.org Forums:
@leemon There was a similar issue in Subscribe2 that was overcome using apiFetch as I…1 month ago
-
Posted a reply to Sent blog posts not showing up to author; not even in Spam, on the site WordPress.org Forums:
@3cstudio Wow, that is a headache - issues with sending but even once they send…1 month ago
-
Posted a reply to Updating block attribute meta type array, on the site WordPress.org Forums:
@mikethicke1 That does seem like a bug - are you going to open a GitHub…1 month ago
-
Posted a reply to Updating block attribute meta type array, on the site WordPress.org Forums:
@mikethicke1 Have you got a 'save' as well as an 'edit' segment to the block…1 month ago
-
Posted a reply to How to defer javascript when the tag of enqueued script has two src urls?, on the site WordPress.org Forums:
@dashbarkhuss One of the advantages of open source code is you can edit it yourself…1 month ago
-
Posted a reply to How to defer javascript when the tag of enqueued script has two src urls?, on the site WordPress.org Forums:
@dashbarkhuss As far as I can tell Fastest Cache bypasses the core WordPress hooks so…1 month ago
-
Posted a reply to Fix Potential Security Issue in Custom Taxonomy Search Functionality, on the site WordPress.org Forums:
@pauljohnknight I think this might be what you are looking for: https://developer.wordpress.org/reference/classes/wpdb/esc_like/1 month ago
-
Posted a reply to Using do_shortcode(), on the site WordPress.org Forums:
@jakeransom1504 If I'm understanding this correctly you are using a jQuery .load() call to reference…2 months ago
-
Posted a reply to The REST API request failed due to an error., on the site WordPress.org Forums:
@saranrock The issue is likely to be on your hosting server, you could check in…2 months ago
-
Posted a reply to Send automatic email when editing in post, on the site WordPress.org Forums:
@steve92 To be honest I really don't like this as a concept. Adding this function…2 months ago
-
Posted a reply to Subscribe to post update, on the site WordPress.org Forums:
@link126 There is another new thread about that here with conceptual code: https://wordpress.org/support/topic/send-automatic-email-when-editing-in-post/ Personally I'm…2 months ago
-
Posted a reply to Subscribe to post update, on the site WordPress.org Forums:
@link126 Yes, two methods: 1/ Make your edits, save the post and then click the…2 months ago
-
Posted a reply to Subscribe2 API, on the site WordPress.org Forums:
@raywarburton The free version of Subscribe2 is installed from the plugins page in WordPress or…2 months ago
-
Posted a reply to Subscribe2 API, on the site WordPress.org Forums:
@raywarburton That hook is still in the free code and should work as expected. Change…2 months ago
-
Posted a reply to Subscribe2 API, on the site WordPress.org Forums:
@raywarburton Yes, the API is available in the free version, it just won't be as…2 months ago
-
Posted a reply to Deferring YouTube Videos with Gutenberg, on the site WordPress.org Forums:
@polymathy I doubt it can be done wit the block as the content won't validate.…2 months ago
-
Posted a reply to Custom button in editor, on the site WordPress.org Forums:
@kamaleon The answer will depend on which of the WordPress editor options you are using…2 months ago
-
Posted a reply to Sent blog posts not showing up to author; not even in Spam, on the site WordPress.org Forums:
@3cstudio Great, should all work as planned but you can contact me again if needed.2 months ago
-
Posted a reply to Sent blog posts not showing up to author; not even in Spam, on the site WordPress.org Forums:
@3cstudio Deliverability is always better with emails sent to individual recipients, Subscribe2 allows batching of…2 months ago
-
Posted a reply to Undeletable column in Posts, on the site WordPress.org Forums:
@bramatton Check your themes files, someone may well have followed instructions like thesE: https://gretathemes.com/count-post-views/2 months ago
-
Posted a reply to Sent blog posts not showing up to author; not even in Spam, on the site WordPress.org Forums:
@3cstudio WP Mail SMTP and also Configure SMTP allow WordPress (and Subscribe2) to send emails…2 months ago
-
Posted a reply to Sent blog posts not showing up to author; not even in Spam, on the site WordPress.org Forums:
@3cstudio Have a read through the post here and try some of those steps out.…2 months ago
-
Posted a reply to Can’t change the font size of blog post titles, on the site WordPress.org Forums:
@terrainosaur Try: .entry-title { font-size: 18px !important; }2 months ago
-
Posted a reply to Moved website to root directory and lost all admin styles and some front end, on the site WordPress.org Forums:
@thetoolman123 In Settings- > General in the WordPress admin area make sue you have the…2 months ago
-
Posted a reply to translation : You may manage your subscription options from your profile., on the site WordPress.org Forums:
You can try to become the Editor of your translations here: https://make.wordpress.org/polyglots/handbook/rosetta/theme-plugin-directories/ Or select the…2 months ago
-
Posted a reply to translation : You may manage your subscription options from your profile., on the site WordPress.org Forums:
@marietek You can access and update the translation files here: https://translate.wordpress.org/locale/fr/default/wp-plugins/subscribe2/ Or you could directly…2 months ago
-
Posted a reply to Braintree Payment Form, on the site WordPress.org Forums:
@edhomex I' not sure but there seems to be a working fork of the code…2 months ago
-
Posted a reply to notify sellers, on the site WordPress.org Forums:
@artphotoasia You can register your CPT and taxonomy with Subscribe2 via it's API, your 'sellers'…2 months ago