remove-html-from-content folder to the /wp-content/plugins/ directoryremove-html-from-content.zip via the upload plugin section at wp-admin/plugins.phpJust that which runs through the_content() and get_the_content() but you can add your own filters with add_action( 'FILTER_NAME', [__CLASS__, 'do_filter'], 0 ); Or calling the conversion directly with $text = Remove_Html_From_Content::do_filter($html);