Skip to content
LearnDash

Developers

  • Filter By:

learndash_login_model_register_header

apply_filters( 'learndash_login_model_register_header',  string $registration_header )

Filters the LearnDash login modal registration header text.

Contents

  • Description
    • Parameters
    • Source
    • Examples

Description #


Parameters #

$registration_header

(string) Login modal registration header text.


Source #

File: themes/ld30/templates/modules/login-modal.php


Examples #

 <?php
/**
 * Example usage for learndash_login_model_register_header filter.
 */
add_filter(
	'learndash_login_model_register_header',
	function( $registration_header ) {
		// May add any custom logic using $registration_header.

		// Always return $registration_header.
		return $registration_header;
	}
);
 

Expand example code Copy to clipboard

Post navigation

← Previous Hook
Next Hook →

The Most Trusted Online Course Platform for WordPress.

Get Started Demo

  • Features
  • Dynamic Learning
  • Marketing and Sales
  • Integrations
  • Course Management
  • Resources
  • Blog
  • Webinars
  • Videos
  • Case Studies
  • Add-ons
  • Online Demo
  • Company
  • About LearnDash
  • Brand Assets
  • Careers
  • Affiliates
  • Privacy Policy
  • Terms and Conditions
LearnDash LearnDash® Copyright© 2012-2021. All rights reserved.
  • Twitter
  • Facebook
  • LinkedIn
  • YouTube