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
October 2020
Oct 02 Fri · 14:25
Forums med
Created a topic, In WordPress, how can I get the error log to see a postID of a page on the load, on the site WordPress.org Forums:
I have tried using get_the_ID(), global $post; error_l…
July 2020
Jul 15 Wed · 14:16
Forums med
Created a topic, Make proxy call to PHP function, one time without a parameter, one time with?, on the site WordPress.org Forums:
So in Wordpress, I have a hook for an ajax action, tha…
Jul 07 Tue · 06:05
Forums med
Posted a reply to Getting the sample permalink to print to error_log, on the site WordPress.org Forums:
I’ve tried I’ve done: $printedURL = get_sample_permalink_html($post); error_log(print_r($printedURL,true)); $printedURL2 = wp_ajax_sample_permalink(); error_log(print_r($printedURL2,true)); require_once( ABSPATH .…
Jul 06 Mon · 21:53
Forums med
Created a topic, Getting the sample permalink to print to error_log, on the site WordPress.org Forums:
I’m trying to write a plugin, and as I develop, …
June 2020
Jun 26 Fri · 18:01
Forums med
Posted a reply to How can I write hook that receives AJAX call from button click?, on the site WordPress.org Forums:
@bcworkz I still got nothing.
Jun 25 Thu · 16:50
Forums med
Posted a reply to How can I write hook that receives AJAX call from button click?, on the site WordPress.org Forums:
alright, so now my code gives me a 400 error when I try to submit…
Jun 21 Sun · 18:48
Forums med
Posted a reply to How can I write hook that receives AJAX call from button click?, on the site WordPress.org Forums:
Hi @bcworkz, I see nothing in my error log. Are you saying it should go…
Jun 20 Sat · 22:03
Forums med
Posted a reply to How can I write hook that receives AJAX call from button click?, on the site WordPress.org Forums:
@bcworkz I’ve tried putting what you’ve put in my code and nothing new shows up…
Jun 19 Fri · 15:22
Forums med
Posted a reply to How can I write hook that receives AJAX call from button click?, on the site WordPress.org Forums:
@bcworkz can you show me how I might do this in code, now that I’ve…
Jun 19 Fri · 14:43
Forums med
Posted a reply to How can I write hook that receives AJAX call from button click?, on the site WordPress.org Forums:
my php code is function my_action_javascript() { ?> <script type=”text/javascript” > jQuery(document).ready(function($) { var data…