Rooi-Els
  • Joined on 2022-03-24
Rooi-Els commented on issue glen/tablepress-pods#10 2022-03-29 06:02:01 +00:00
Need to expand shortcodes in pod parameters to [table] shortcode

Wow! It works!

Thank you so much for this, I appreciate it so so much!

It's really great being part of a coder community that helps others...

Kind regards, Michael

Rooi-Els commented on issue glen/tablepress-pods#10 2022-03-28 18:49:06 +00:00
Need to expand shortcodes in pod parameters to [table] shortcode

Hi Glen,

It would be great if you can... I am working on a deadline here, so would really appreciate your help!

Thank you so so much for all your help so far.

Kind regards, Michael

Rooi-Els commented on issue glen/tablepress-pods#10 2022-03-28 17:46:11 +00:00
Need to expand shortcodes in pod parameters to [table] shortcode

Hi Glen,

So I added the following shortcode for [current_user]:

add_shortcode( 'current_user' , 'wp_get_current_user_func' );

function wp_get_current_user_func( $atts ) {

	$current…
Rooi-Els commented on issue glen/tablepress-pods#10 2022-03-26 13:25:48 +00:00
Need to expand shortcodes in pod parameters to [table] shortcode

Hi Glen,

So pod_where="applicant_username.meta_value = 'MichaelEls'" worked perfectly. Thanks for the update.

I tried playing around with the following varying value formats, but unfortunatel…

Rooi-Els commented on issue glen/tablepress-pods#10 2022-03-24 08:26:34 +00:00
Need to expand shortcodes in pod parameters to [table] shortcode

Hi Glen,

Thank you so much for your response, I really appreciate it!

I tried the shortcode with literal value as you suggested...

But the moment I try and use the pod_where argument, the…