Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
November 2020
Nov 22 Sun · 09:52
Forums med
Posted a reply to Ajax call not working for my custom plugin, on the site WordPress.org Forums:
I have tested wp_send_json() and is not working, am using the latest version of wordpress…
Nov 20 Fri · 19:54
Forums med
Posted a reply to Ajax call not working for my custom plugin, on the site WordPress.org Forums:
i found my problems, so i tested var data = JSON.parse('{ "paul": "my message content"…
Nov 20 Fri · 13:08
Forums med
Posted a reply to Ajax call not working for my custom plugin, on the site WordPress.org Forums:
ajax is needed to do the following. 1. send the otp code to a server…
Nov 20 Fri · 03:45
Forums med
Posted a reply to Ajax call not working for my custom plugin, on the site WordPress.org Forums:
I really need help in step one and step four, if you can help with…
Nov 20 Fri · 03:37
Forums med
Posted a reply to Ajax call not working for my custom plugin, on the site WordPress.org Forums:
@joyously checking capabilities is not needed since the plugin is just for contact form, which…
Nov 20 Fri · 01:27
Forums med
Posted a reply to Ajax call not working for my custom plugin, on the site WordPress.org Forums:
@joyously if i use if ( ! current_user_can( 'manage_options' ) ) { // what will…
Nov 20 Fri · 01:14
Forums med
Posted a reply to Ajax call not working for my custom plugin, on the site WordPress.org Forums:
@joyously is it okay to use jQuery(document).ready(function($) { $(document).ready(function(){ or use only jQuery(document).ready(function($) { ????
Nov 20 Fri · 01:02
Forums med
Posted a reply to Ajax call not working for my custom plugin, on the site WordPress.org Forums:
I was thinking that by having test_script for the test.js and localizing it by test.js…
Nov 19 Thu · 17:18
Forums med
Posted a reply to How to get current page id, on the site WordPress.org Forums:
oh thanks alot, your response was helpful
Nov 19 Thu · 17:06
Forums med
Created a topic, Ajax call not working for my custom plugin, on the site WordPress.org Forums:
I need help in getting ajax to work in my custom wordp…