afpd
Forum Replies Created
-
I actually made a ton of modifications to the plugin to fully integrate it with blockonomics. I would send you a push but I have no idea about using wordpress repositories – not as easy as gitub. 🙂 If you have any interest let me know and we can find a way for me to send them to you. If you want to see what I did in action from end user perspective check out https://www.application.directory/submit-software/
Sorry it was late last night when i wrote that I added the following on lines 1184 and 854
$postData[‘post_name’] = sanitize_title($title);
line 1184 on user-submitted-posts.php I added:
$postData[‘post_name’] = wp_unique_post_slug(sanitize_title($title));
It would be very helpful if you add this to future updates. It makes it so I can toggle the status programatically after a bitcoin payment is made. This is very useful for my software directory 🙂
- This reply was modified 6 years, 2 months ago by afpd.