wp_comment_form_unfiltered_html_nonce [ WordPress Function ]
| Uses: |
|
| Defined at: |
|
Displays form token for unfiltered comments.
Will only display nonce token if the current user has permissions for unfiltered html. Won't display the token for other users.
The function was backported to 2.0.10 and was added to versions 2.1.3 and above. Does not exist in versions prior to 2.0.10 in the 2.0 branch and in the 2.1 branch, prior to 2.1.3. Technically added in 2.2.0.
Backported to 2.0.10.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Graphic Maniacs - notes on web design, graphic design, web ...
May 18, 2012... will get then something like this: array(1) { [10]=> array(2) { [" wp_comment_form_unfiltered_html_nonce"]=> array(2) { ["function"]=> string(37) ...
graphicmaniacs.com - Docs for page comment-template.php
bool $deprecated_echo: Remove backwards compat in 2.5. wp_comment_form_unfiltered_html_nonce (line 812). Displays form token for unfiltered comments.
phpdoc.wordpress.org - WordPress › Support » Fatal Error
add_action('comment_form', 'wp_comment_form_unfiltered_html_nonce'); // Redirect Old Slugs add_action('template_redirect', 'wp_old_slug_redirect'); ...
wordpress.org - Detail view of comment-template.php
Aug 19, 2010 ... trackback_rdf() comments_open() pings_open() wp_comment_form_unfiltered_html_nonce() comments_template() comments_popup_script() ...
phpxref.com