GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
If this file is called directly, abort. More...
Public Member Functions | |
__construct () | |
GravityView_Powered_By constructor. More... | |
maybe_add_link () | |
Prints a HTML link to GravityView's site if "Powered By" GravityView setting is enabled. More... | |
Data Fields | |
const | url = 'https://www.gravitykit.com/powered-by/' |
Protected Member Functions | |
get_url () | |
Returns the URL to GravityView. More... | |
If this file is called directly, abort.
Add a Powered By link below Views.
Definition at line 15 of file class-gravityview-powered-by.php.
__construct | ( | ) |
GravityView_Powered_By constructor.
Definition at line 22 of file class-gravityview-powered-by.php.
|
protected |
Returns the URL to GravityView.
gravityview/powered_by/url
Modify the URL returned by the Powered By link $url | string The URL passed to the Powered By link |
Definition at line 60 of file class-gravityview-powered-by.php.
References $url, and gravityview().
Referenced by maybe_add_link().
maybe_add_link | ( | ) |
Prints a HTML link to GravityView's site if "Powered By" GravityView setting is enabled.
gravityview/powered_by/text
Modify the anchor text for the Powered By link string | $anchor_text | Anchor text for the Powered By link. Default: "Powered by GravityView". Will be sanitized before display. |
Definition at line 31 of file class-gravityview-powered-by.php.
References $url, get_url(), and gravityview().
const url = 'https://www.gravitykit.com/powered-by/' |
Definition at line 17 of file class-gravityview-powered-by.php.