Enable/disable ajax searching story item in story box edit page. If you have a million story items, you can set it as true.
apply_filters( 'wpstory_story_ids_select_ajax', false );
Use this filter to manual controlling plugin scripts enqueue.
apply_filters( 'wpstory_public_scripts', true );
Enable/disable demo mode.
apply_filters( 'wpstory_is_demo', false );
bbPress hook for stories placing area.
apply_filters( 'wpstory_bbp_profile_displaying_hook', 'bbp_template_notices' );
BuddyPress hook for stories placing area.
apply_filters( 'wpstory_bp_profile_displaying_hook', 'bp_before_member_home_content' );
Story publishing and editing scripts enqueue filter.
apply_filters( 'wpstory_submitting_scripts', false );
Before story submit in frontend submission form.
do_action( 'wpstory_before_story_submit' );
Before story item delete in frontend submission form.
do_action( 'wpstory_before_item_delete' );
Before story delete in frontend submission form.
do_action( 'wpstory_before_story_delete' );