Creating an extension
WOOT actively uses hooks what allows creating additional extensions such like: Attachments Compare Favourites Main hooks are: woot_extend_settings woot_extend_settings_default woot_include_assets – this hook includes the extension assets trough functions wp_enqueue_script and wp_enqueue_style each extension should has its unique ‘action’ to add its columns into the system tables are generated through function ‘woot()->draw_table_data($table_data, $table_html_id)’ For JavaScript […]