v 0.1.4.1 correction new DateTime in shortcode, conflict with namespace
This commit is contained in:
@@ -65,12 +65,12 @@ function output_list_front($array, $current_user, $user_id) {
|
||||
/*
|
||||
* shortcode to write user info of post author
|
||||
* 0 or 1 argument, usage :
|
||||
* - [cipf_user_info] -> list of all availables infos
|
||||
* - [cipf_user_info user_email] -> display the email
|
||||
* - [cipf_user_info user_email user_login] -> display the email
|
||||
* - [cipf_user_info user_email id='logged_in'] -> display the email of the connected user
|
||||
* - [cipf_user_info user_email id='author'] -> display the email of the creator of the page/post
|
||||
* - [cipf_user_info user_email id='logged_in' important] -> display the email of the connected user, even if surrounded by shortcode 'custer_change_id'
|
||||
* - [custer_user_info] -> list of all availables infos
|
||||
* - [custer_user_info user_email] -> display the email
|
||||
* - [custer_user_info user_email user_login] -> display the email
|
||||
* - [custer_user_info user_email id='logged_in'] -> display the email of the connected user
|
||||
* - [custer_user_info user_email id='author'] -> display the email of the creator of the page/post
|
||||
* - [custer_user_info user_email id='logged_in' important] -> display the email of the connected user, even if surrounded by shortcode 'custer_change_id'
|
||||
* important keyword has no effect if id='author'
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user