• Home
  • Plugins
    • BSK PDF Manager
    • BSK Forms Blacklist
    • BSK Forms Validation
  • Documentations
    • BSK PDF Manager
    • BSK Forms Blacklist
    • BSK Forms Validation
  • Blog
  • Contact Us
  • Your Account
    • Purchase History
    • Checkout

Filter: bsk_pdfm_filter_cat_title

All filters and hooks should be placed in your active theme’s functions.php file

bsk_pdfm_filter_cat_title

Use this filter to change the category title or title structure. You may use category id to make it only applied for specific category. Default category title structure is as the following:

<h2 class="bsk-pdfm-cat-titile">Category Title</h2>

Example

/**
 * Change the text or structure of category title
 * @var String $cat_title_structure The default category title structure
 * @var Integer $cat_id The category id
 * @var String $cat_title The category title
 * @return String The new category title structure
 */
add_filter( "bsk_pdfm_filter_cat_title", "change_category_title", 10, 3 );
function change_category_title( $cat_title_structure, $cat_id, $cat_title ) {

    return '<h3 class="documentation-title-red">'.$cat_title.'</h3>';

}

Installation

  • How to install free version
  • How to install Pro version
  • How to upgrade to Pro version
  • Check version and update automatically
  • Update new version manually
  • Settings

    • Set Upload Directory
    • Multiple document formats
    • Featured image settings
    • Permalink settings
    • Sort PDFs / documents by date / title / custom / last modified
    • Hierarchical Category
    • Capability settings
    • User Available Categories
    • Embedded Viewer
    • Upload

      • Upload PDF / Document
      • Bulk Upload by FTP
      • Bulk add by Media Library
      • Generate thumbnail of PDF
      • Notification

        • Auto on new uploaded
        • Notify admin to approve PDF/document
        • Display all / specific

          • In list
          • In columns
          • In dropdown
          • Get specific PDFs' link only
          • Get specific PDFs' URL only
          • Display by category

            • In list
            • In columns
            • In dropdown
            • Display with category selector

              • In list
              • In columns
              • In dropdown
              • Embed PDF into Post / Page

                • Display PDF by embedding

                Hooks

                • Hooks

                FAQ

                • FAQ
  • Licensing
  • Refund Policy
  • Affiliate Area

 

Copyright © 2025 BannerSky

BannerSky