-
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… -
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"… -
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… -
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… -
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… -
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… -
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($) { ???? -
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… -
Posted a reply to How to get current page id, on the site WordPress.org Forums:
oh thanks alot, your response was helpful -
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… -
Posted a reply to How to get current page id, on the site WordPress.org Forums:
thanks @bcworkz i was able to get the $wp_query data using parse_query action and i… -
Posted a reply to How to get current page id, on the site WordPress.org Forums:
i have tried all i saw in the link you quoted above but none is… -
Created a topic, How to get current page id, on the site WordPress.org Forums:
for some reasons i still don't know why global $wp_que… -
Created a topic, Using functions in wordpress pluggable.php file in my plugins, on the site WordPress.org Forums:
Am creating a plugin and needed to use get_user_by() a… -
Posted a reply to Using wp media library with forms, on the site WordPress.org Forums:
I found the solution using jquery. Thanks. -
Created a topic, Using wp media library with forms, on the site WordPress.org Forums:
I want to create an update form, where user selects a … -
Posted a reply to Hooking on the wp_signon function to create a two layer step, on the site WordPress.org Forums:
@sterndata i have looked into their source code and can't get anything clear there, so… -
Created a topic, Hooking on the wp_signon function to create a two layer step, on the site WordPress.org Forums:
I want to hook to the wp login process to create my ow… -
Created a topic, Submit woocomerce place order function, on the site WordPress.org Forums:
I used a filter to remove the woocommerce placeorder b… -
Created a topic, Shortcodes not being in a specified position, on the site WordPress.org Forums:
I have this function that i placed using a shortcode b… -
Posted a reply to Listing all users through shortcode, on the site WordPress.org Forums:
thanks alot @sterndata i appreciate your time and useful contributions -
Posted a reply to Listing all users through shortcode, on the site WordPress.org Forums:
my own tables, the whole idea was to create a user transaction history log. so… -
Posted a reply to Listing all users through shortcode, on the site WordPress.org Forums:
Bcs am working with a custom table i created, since thats the case, is it… -
Posted a reply to Listing all users through shortcode, on the site WordPress.org Forums:
Thanks @sterndata but my reason for going directly to the database is bcs there are… -
Posted a reply to Listing all users through shortcode, on the site WordPress.org Forums:
below is my code. `// add the shortcode [myuser-table], tell WP which function to call… -
Created a topic, Listing all users through shortcode, on the site WordPress.org Forums:
Please i want to list all users and their data on a pa… -
Created a topic, Deleting unused user metakey, on the site WordPress.org Forums:
The meta keys are billing_country billing_state billin… -
Posted a reply to How to delete unused user metakey, on the site WordPress.org Forums:
@sterndata thanks for your contribution, and i have equally given you list of metakeys to… -
Posted a reply to How to delete unused user metakey, on the site WordPress.org Forums:
The meta keys are billing_country billing_state billing_city AUTHCODE1 AUTHCODE2 The above are the metakeys, and… -
Created a topic, How to delete unused user metakey, on the site WordPress.org Forums:
I have some user metakey i created using a plugin and … -
Posted a reply to Restrict a user meta value to be unique across all users, on the site WordPress.org Forums:
thanks @bcworkz but i dont wish to use the $wpdb function as it makes me… -
Posted a reply to Restrict a user meta value to be unique across all users, on the site WordPress.org Forums:
Your suggestions seems perfect, but can i have a sample wp_query function that i can… -
Posted a reply to Restrict a user meta value to be unique across all users, on the site WordPress.org Forums:
My plan is to do this First step: use a code to print out all… -
Posted a reply to Restrict a user meta value to be unique across all users, on the site WordPress.org Forums:
i have tried this yet is not working `add_filter( ‘gform_field_validation_19_1’, ‘custom_validationusd500’, 10, 4 ); function… -
Posted a reply to <span class=\"resolved\" aria-label=\"Resolved\" title=\"Topic is resolved.\"></span>Validating drop down field, on the site WordPress.org Forums:
`add_filter( ‘gform_field_validation_19_2’, ‘custom_validationusd22’, 10, 4 ); function custom_validationusd22( $result, $value, $form, $field ) { $choices… -
Posted a reply to <span class=\"resolved\" aria-label=\"Resolved\" title=\"Topic is resolved.\"></span>Validating drop down field, on the site WordPress.org Forums:
Thanks @joyously i was able to get something from the post link you sent to… -
Posted a reply to <span class=\"resolved\" aria-label=\"Resolved\" title=\"Topic is resolved.\"></span>[GoUrl Bitcoin Payment Gateway & Paid Downloads & Membership] Integration with gravity forms, on the site WordPress.org Forums:
Please i need update, have the function for gravity payment be added? -
Posted a reply to Validating drop down field, on the site WordPress.org Forums:
Thanks alot @joyously you rightly said the thing, if my arrays where the way you… -
Posted a reply to Validating drop down field, on the site WordPress.org Forums:
Thanks steve but this is not a plugin error or fix, is a simple array… -
Created a topic, Restrict a user meta value to be unique across all users, on the site WordPress.org Forums:
I have a custom user metakey called phone_number, and … -
Posted a reply to Locating all users metakey in database, on the site WordPress.org Forums:
Actually thanks for the code, but i wasn’t targeting that very metakey, am only using… -
Posted a reply to Locating all users metakey in database, on the site WordPress.org Forums:
Something like this should work? UPDATE wp_users SET display_name=’0′; -
Created a topic, Locating all users metakey in database, on the site WordPress.org Forums:
Please how can i locate the user metakey called displa… -
Posted a reply to Validating drop down field, on the site WordPress.org Forums:
Am using gravity forms, but the problem is am not getting the $mango to represent… -
Created a topic, Validating drop down field, on the site WordPress.org Forums:
// this validation if the selected value in the drop d… -
Posted a reply to <span class=\"resolved\" aria-label=\"Resolved\" title=\"Topic is resolved.\"></span>[Simple History] Can i create a log for only one metakey, on the site WordPress.org Forums:
Is there a way i can out put users logs using shortcodes so that only… -
Posted a reply to [Google Analytics Dashboard Plugin for WordPress by MonsterInsights] HOW TO REMOVE THE ADS ON MY DASHBORAD, on the site WordPress.org Forums:
I have written you concerning the image that keeps blocking my admin area tha says… -
Posted a reply to Can creating upto 300 user roles affect my site, on the site WordPress.org Forums:
Thanks -
Posted a reply to Can creating upto 300 roles affect my sites, on the site WordPress.org Forums:
Thanks alot, i appreciate your detailed and useful contribution -
Posted a reply to Can creating upto 300 user roles affect my site, on the site WordPress.org Forums:
Nop am not talking about users having same roles, my site have a function and…