-
Committed [2745544] to Plugins SVN:
Added date range filtering -
Posted a reply to Need Re-Publish Plugin That Changes Permalinks, on the site WordPress.org Forums:
@bcworkz thanks for the reply. I know there are ways to change the post_name using… -
Created a topic, Need Re-Publish Plugin That Changes Permalinks, on the site WordPress.org Forums:
I have been messing around with some plugins that recy… -
Posted a reply to WordPress Export Tool Not Working, on the site WordPress.org Forums:
I don't know if this is a bug in Wordpress itself or not, but whenever… -
Posted a reply to WordPress Export Tool Not Working, on the site WordPress.org Forums:
Thank god I didn't remove the robots.txt block on that site because some dumbass as… -
Posted a reply to WordPress Export Tool Not Working, on the site WordPress.org Forums:
I got the export working by setting the memory limit to -1 but now the… -
Posted a reply to WordPress Export Tool Not Working, on the site WordPress.org Forums:
I noticed an error in cPanel which with redactions reads: [Sat Jan 29 23:05:03.363696 2022]… -
Posted a reply to WordPress Export Tool Not Working, on the site WordPress.org Forums:
I was able to export some stuff by limiting the export to just a few… -
Created a topic, WordPress Export Tool Not Working, on the site WordPress.org Forums:
I am trying to export posts from a single category usi… -
Committed [2661695] to Plugins SVN:
Corrected ReadMe -
Committed [2661694] to Plugins SVN:
Corrected title -
Committed [2661688] to Plugins SVN:
Uploading missing files -
Committed [2661681] to Plugins SVN:
Uploading missing files -
Committed [2661679] to Plugins SVN:
Uploading missing files -
Committed [2661676] to Plugins SVN:
Uploading missing file -
Committed [2661674] to Plugins SVN:
Uploading missing files -
Committed [2661669] to Plugins SVN:
Copying images -
Committed [2661668] to Plugins SVN:
Committing icons -
Committed [2661667] to Plugins SVN:
delete assets -
Committed [2661666] to Plugins SVN:
Deleted empty folder -
Committed [2661665] to Plugins SVN:
Copied new assets -
Committed [2661664] to Plugins SVN:
Deleted old assets -
Committed [2661663] to Plugins SVN:
Deleted folder that was copied wrong -
Committed [2661662] to Plugins SVN:
Copied assets to root. -
Committed [2661660] to Plugins SVN:
First Upload -
Committed [2661648] to Plugins SVN:
Copying the assets to the root directory where it should be. -
Posted a reply to How Do I Include wp-load.php in a Plugin?, on the site WordPress.org Forums:
Including admin-post.php seems to work. I'll know for sure after I submit it to WordPress.… -
Posted a reply to How Do I Include wp-load.php in a Plugin?, on the site WordPress.org Forums:
I usually use APIs when I need to fetch information in response to use inputs… -
Posted a reply to How Do I Include wp-load.php in a Plugin?, on the site WordPress.org Forums:
I certainly have no interest in using AJAX for a plugin that simply creates randomized… -
Posted a reply to How Do I Include wp-load.php in a Plugin?, on the site WordPress.org Forums:
So, you're saying its best to keep using wp-load.php and require people that want to… -
Posted a reply to How Do I Include wp-load.php in a Plugin?, on the site WordPress.org Forums:
Thanks for the reply, but I am not looking for links to vague information about… -
Created a topic, How Do I Include wp-load.php in a Plugin?, on the site WordPress.org Forums:
I am trying to get a plugin approved, but Wordpress wo… -
Posted a reply to AMP Plugin Breaks Button Plugin, on the site WordPress.org Forums:
@milindmore22 I just created my first repo and uploaded the plugin code. From what I've… -
Posted a reply to Administrators Created by Public Despite Subscriber Only Setting, on the site WordPress.org Forums:
How would they get those? I changed the DB credentials after the sites were hacked… -
Posted a reply to AMP Plugin Breaks Button Plugin, on the site WordPress.org Forums:
Even when I replace the strong element with div tags they still don't show up… -
Posted a reply to AMP Plugin Breaks Button Plugin, on the site WordPress.org Forums:
@milindmore22 You code has the same problem that the default AMP code has. When the… -
Created a topic, Administrators Created by Public Despite Subscriber Only Setting, on the site WordPress.org Forums:
I've had some sites in my network recently experience … -
Posted a reply to AMP Plugin Breaks Button Plugin, on the site WordPress.org Forums:
@milindmore22 if I change line 93 to if(!empty($dom)) Won't the new DOMDocument() always be empty… -
Posted a reply to AMP Plugin Breaks Button Plugin, on the site WordPress.org Forums:
@milindmore22 thanks for the reply. The plugin works by allowing any user to delete posts… -
Posted a reply to AMP Plugin Breaks Button Plugin, on the site WordPress.org Forums:
So far the best things the user can do to use AMP with DeadDelete is… -
Created a topic, AMP Plugin Breaks Button Plugin, on the site WordPress.org Forums:
I recently received a report of the AMP plugin running… -
Committed [2558468] to Plugins SVN:
This is my first commit. -
Created a topic, Building Custom Plugin with Dead Link Deletion Feature, on the site WordPress.org Forums:
Hi, I have never built a Wordpress plugin before, so …