AnsPress_Hooks::sanitize_description( string $contents )
Description #
Sanitize post description
Parameters #
- $contentsstring (Required) Post content.
Source #
File: includes/hooks.php
public static function sanitize_description( $contents ) { $contents = ap_trim_traling_space( $contents ); return $contents; }
Expand full source code Collapse full source code View on GitHub: includes/hooks.php:598
Add your comment