WP Job Openings
  • Introduction
  • Getting Started
    • Installation
    • Shortcodes
  • Pro Pack for Wp Job Openings
    • WP Job Openings Pro
    • Installation
  • Overview
    • Job Openings Overview
  • Settings
    • General
    • Appearance
    • Job Specifications
    • Form
    • Notifications
  • Settings - Wp Job Openings Pro
    • Appearance
    • Job Specifications
    • Form
    • Notifications
    • Shortcodes
    • Advanced
  • Job Listing
    • Add New Openings
    • Job Listings
    • Job Listings – Admin
    • Customizing templates of your Job Listings
  • Applications
    • Application Listings
    • View Application
    • Spam Protection
  • EXPORT (PRO)
    • Export Applications
  • Widgets
    • Recent Jobs Widget
    • Job Overview Dashboard Widget
  • User Access Control Addon
    • User Access Control Add-on
    • Installation
    • Settings
    • Tutorial
  • JOB ALERTS ADDON
    • Job Alerts Add-on
      • How it works
      • Job Alerts Block
      • Job Alerts Emails
    • Installation
    • Settings
      • Appearance
      • Shortcode Generator
      • Email Settings
  • Other Add-ons
    • Docs Viewer Add-On for WP Job Openings
    • Auto Delete Applications – Add-on for WP Job Openings
  • Developers
    • Hooks
      • Actions
        • Application Actions
        • Application Details
        • Application Form
        • Application Submission
        • Email
        • Job Expiry
        • Job Listing
        • Job Specifications
        • Job Status
        • Settings
        • Widget - Recent Jobs
      • Filters
        • Application Form
        • Email
        • Job Filter
        • Job Specifications
        • Layout
        • Meta Data
        • Navigation
        • Post Type
        • Query
        • Settings
        • Shortcode
        • Structured Data
    • Code Snippets
      • Archive page title
      • Custom Application Status
      • Custom Permalink - Slug Issue
      • Limit the file size
      • Modify or Remove the Structured Data
      • Remove 'All' prefix from the filter
      • Remove job application form
      • Sort by title
    • WP-CLI
      • Managing Form Builder Options
    • CRM Integration
  • FAQ
  • Sources and Credits
Powered by GitBook
On this page
  • awsm_jobs_settings_subtab_section
  • awsm_settings_form_elem_start
  • before_awsm_settings_main_content
  • before_awsm_appearance_listing_settings
  • after_awsm_appearance_listing_settings
  • before_awsm_appearance_details_settings
  • after_awsm_appearance_details_settings
  • after_awsm_settings_main_content
  • awsm_settings_form_elem_end
  • before_awsm_job_settings_init
  • awsm_jobs_settings_tab_section
  • before_awsm_form_settings
  • after_awsm_form_settings
  • before_awsm_form_recaptcha_settings
  • after_awsm_form_recaptcha_settings
  • before_awsm_general_settings
  • after_awsm_general_settings
  • before_awsm_notification_settings
  • after_awsm_notification_settings
  • before_awsm_specifications_settings
  • after_awsm_specifications_settings

Was this helpful?

  1. Developers
  2. Hooks
  3. Actions

Settings

awsm_jobs_settings_subtab_section

This hook is available since Version 1.0.1

Parameters

  • $section

    (string) The current tab associated with the settings tab.

Source code

File: admin/templates/appearance.php, form.php

awsm_settings_form_elem_start

This hook is available since Version 1.1.0

Source code

File: admin/templates/general.php, appearance.php, specifications.php, form.php, notifications.php

before_awsm_settings_main_content

This hook is available since Version 1.0.1

Source code

File: admin/templates/general.php, appearance.php, specifications.php, form.php, notifications.php

before_awsm_appearance_listing_settings

This acton hook is fired before the job listing appearance settings field.

Source code

File: admin/templates/appearance.php

after_awsm_appearance_listing_settings

This action hook fires after the job listing appearance settings field.

Source code

File: admin/templates/appearance.php

before_awsm_appearance_details_settings

This action hook fires before the job details appearance settings field.

Source code

File: admin/templates/appearance.php

after_awsm_appearance_details_settings

This action hook fires before the job details appearance settings field.

Source code

File: admin/templates/appearance.php

after_awsm_settings_main_content

This hook is available since Version 1.0.1

Source code

File: admin/templates/general.php, appearance.php, specifications.php, form.php, notifications.php

awsm_settings_form_elem_end

This hook is available since Version 1.0.1

Source code

File: admin/templates/general.php, appearance.php, specifications.php, form.php, notifications.php

before_awsm_job_settings_init

Fires before settings initialize.

Source code

File: admin/templates/base.php

awsm_jobs_settings_tab_section

Fires in the settings tab section.

Source code

File: admin/templates/base.php

before_awsm_form_settings

Fires before the form settings field.

Source code

File: admin/templates/form.php

after_awsm_form_settings

Fires after the form settings field.

Source code

File: admin/templates/form.php

before_awsm_form_recaptcha_settings

Fires before the recaptcha settings.

This hook is available since Version 1.0.1

Source code

File: admin/templates/form.php

after_awsm_form_recaptcha_settings

Fires after the recaptcha settings

This hook is available since Version 1.0.1

Source code

File: admin/templates/form.php

before_awsm_general_settings

This action hook is fired before the general settings fields.

Source code

File: admin/templates/general.php

after_awsm_general_settings

This action hook is fired after the general settings fields.

Source code

File: admin/templates/general.php

before_awsm_notification_settings

Fires before the notification settings field.

Source code

File: admin/templates/notifications.php

after_awsm_notification_settings

Fires after the notification settings field.

Source code

File: admin/templates/notifications.php

before_awsm_specifications_settings

Fires before the specifications settings field.

Source code

File: admin/templates/specifications.php

after_awsm_specifications_settings

Fires after the specifications settings field.

Source code

File: admin/templates/specifications.php

PreviousJob StatusNextWidget - Recent Jobs

Last updated 4 years ago

Was this helpful?