You appear to be a bot. Output may be restricted
Description
Usage
Akismet::inject_custom_form_fields( $html );
Parameters
- $html
- ( mixed ) required –
Returns
void
Source
File name: akismet/class.akismet.php
Lines:
1 to 5 of 5
public static function inject_custom_form_fields( $html ) { $html = str_replace( '</form>', self::get_akismet_form_fields() . '</form>', $html ); return $html; }