You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* Filters shortcode attributes.
*
* If the third parameter of the shortcode_atts() function is present then this filter is available.
* The third parameter, $shortcode, is the name of the shortcode.
*
* @since 3.6.0
* @since 4.4.0 Added the `$shortcode` parameter.
*
* @param array $out The output array of shortcode attributes.
* @param array $pairs The supported attributes and their defaults.
* @param array $atts The user defined shortcode attributes.
* @param string $shortcode The shortcode name.
*/
$out = apply_filters( "shortcode_atts_{$shortcode}", $out, $pairs, $atts, $shortcode );
Describe the bug
User Meta Shortcodes
user_id
parameter is not set byum_profile_id()
whenuser_id
is empty in the shortcode.UM Support Forum issue
https://wordpress.org/support/topic/unable-to-get-user-info/
Versions
Tested both version 1.0.0 included in UM Extended 2.0.4
and version 1.0.1 in the old ZIP file format.
The text was updated successfully, but these errors were encountered: