• Skip to primary navigation
  • Skip to main content

RocketGeek

Home of WP-Members, The Original WordPress Membership Plugin

  • WordPress Plugins
    • WP-Members
      • FAQs
      • Quick Start
      • Documentation
      • Extensions
    • Advanced Options
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Download Protect
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Invite Codes
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • MailChimp Integration
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • PayPal Subscriptions
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Salesforce Web-to-Lead
    • Security
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Text Editor
      • Purchase the Plugin
      • Get the Pro Bundle
    • User List
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • User Tracking
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Memberships for WooCommerce
    • WordPass
  • Store
    • Cart
    • Checkout
  • Blog
    • Basics [Free]
    • Tips and Tricks
    • Filters
    • Actions
    • Code Snippets
    • Shortcodes
    • Design
    • Release Announcements
  • Contact
  • Sign In
  • Show Search
Hide Search
Home » Plugins » WP-Members » Documentation » Filter and Action Hooks » wpmem_ul_style_path

wpmem_ul_style_path

Description

This filter is used for applying a custom stylesheet to the User List.

Parameters

(string)(required) The URI of the User List stylesheet.

Changelog

Since extension version 1.1.

Source

wpmem_ul_style_path is located in wp-members-user-list.php.

Usage

add_filter( 'wpmem_ul_style_path', 'my_ul_style_path' );

function my_ul_style_path( $path ) {
	/*
	 * This will return a path to my-ul-stylesheet.css if it 
	 * saved in your current theme's directory. Use whatever
	 * is appropriate based on the file name of your custom
	 * stylesheet and where it is located.
	 */
	return get_stylesheet_directory_uri( '/my-ul-stylesheet.css' );
}

Code Snippet Library [Subscriber Content]

  • Create a Table Style Layout for the User List Extension
See a list of all filter and action hooks

Welcome to RocketGeek Interactive › Forums › Plugins › WP-Members › WP-Members Documentation › Filter and Action Hooks › wpmem_ul_style_path

  • This topic has 0 replies, 1 voice, and was last updated 6 years, 8 months ago by Chad Butler.
Viewing 0 reply threads
  • Author
    Posts
    • June 27, 2014 at 11:48 pm #5261
      Chad Butler
      Keymaster

      Description This filter is used for applying a custom stylesheet to the User List. Parameters (string)(required) The URI of the User List stylesheet.
      [See the full post at: wpmem_ul_style_path]

  • Author
    Posts
Viewing 0 reply threads
  • You must be logged in to reply to this topic.
Log In

Ready to get started?

Join Today!

© 2021 · butlerblog.com · RocketGeek is built using WordPress, WP-Members, and the Genesis Framework

  • butlerblog.com
  • WP-Members Support Subscription
  • Terms of Service
  • Refund Policy