Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Oct 5, 2023
1 parent 865f5d6 commit be35fff
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 79 deletions.
18 changes: 9 additions & 9 deletions ACTIONS-FILTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ add_filter( 'convertkit_get_supported_post_types', function( $post_types ) {
</pre>
<h3 id="convertkit_get_supported_restrict_content_post_types">
convertkit_get_supported_restrict_content_post_types
<code>includes/functions.php::147</code>
<code>includes/functions.php::148</code>
</h3><h4>Overview</h4>
<p>Defines the Post Types that support Restricted Content / Members Content functionality.</p><h4>Parameters</h4>
<table>
Expand All @@ -329,7 +329,7 @@ add_filter( 'convertkit_get_supported_restrict_content_post_types', function( $p
</pre>
<h3 id="convertkit_shortcodes">
convertkit_shortcodes
<code>includes/functions.php::171</code>
<code>includes/functions.php::172</code>
</h3><h4>Overview</h4>
<p>Registers shortcodes for the ConvertKit Plugin.</p><h4>Parameters</h4>
<table>
Expand All @@ -356,7 +356,7 @@ add_filter( 'convertkit_shortcodes', function( $shortcodes ) {
</pre>
<h3 id="convertkit_blocks">
convertkit_blocks
<code>includes/functions.php::195</code>
<code>includes/functions.php::196</code>
</h3><h4>Overview</h4>
<p>Registers blocks for the ConvertKit Plugin.</p><h4>Parameters</h4>
<table>
Expand All @@ -383,7 +383,7 @@ add_filter( 'convertkit_blocks', function( $blocks ) {
</pre>
<h3 id="convertkit_get_block_formatters">
convertkit_get_block_formatters
<code>includes/functions.php::219</code>
<code>includes/functions.php::220</code>
</h3><h4>Overview</h4>
<p>Registers block formatters in Gutenberg for the ConvertKit Plugin.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -728,7 +728,7 @@ add_filter( 'convertkit_settings_broadcasts_get_defaults', function( $defaults )
</pre>
<h3 id="convertkit_settings_restrict_content_get_defaults">
convertkit_settings_restrict_content_get_defaults
<code>includes/class-convertkit-settings-restrict-content.php::132</code>
<code>includes/class-convertkit-settings-restrict-content.php::118</code>
</h3><h4>Overview</h4>
<p>The default settings, used when the ConvertKit Restrict Content Settings haven't been saved e.g. on a new installation.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -894,7 +894,7 @@ add_filter( 'convertkit_wishlist_settings_get_defaults', function( $defaults ) {
</pre>
<h3 id="convertkit_output_restrict_content_get_resource_type">
convertkit_output_restrict_content_get_resource_type
<code>includes/class-convertkit-output-restrict-content.php::531</code>
<code>includes/class-convertkit-output-restrict-content.php::575</code>
</h3><h4>Overview</h4>
<p>Define the ConvertKit Resource Type that the visitor must be subscribed against to access this content, overriding the Post setting. Return false or an empty string to not restrict content.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -925,7 +925,7 @@ add_filter( 'convertkit_output_restrict_content_get_resource_type', function( $r
</pre>
<h3 id="convertkit_output_restrict_content_get_resource_id">
convertkit_output_restrict_content_get_resource_id
<code>includes/class-convertkit-output-restrict-content.php::567</code>
<code>includes/class-convertkit-output-restrict-content.php::611</code>
</h3><h4>Overview</h4>
<p>Define the ConvertKit Resource ID that the visitor must be subscribed against to access this content, overriding the Post setting. Return 0 to not restrict content.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -1585,7 +1585,7 @@ do_action( 'convertkit_admin_post_enqueue_styles', function( ) {
</pre>
<h3 id="convertkit_admin_setup_wizard_process_form_ this-page_name">
convertkit_admin_setup_wizard_process_form_ this-page_name
<code>admin/class-convertkit-admin-setup-wizard.php::229</code>
<code>admin/class-convertkit-admin-setup-wizard.php::218</code>
</h3><h4>Overview</h4>
<p>Process submitted form data for the given setup wizard name and current step.</p><h4>Parameters</h4>
<table>
Expand All @@ -1610,7 +1610,7 @@ do_action( 'convertkit_admin_setup_wizard_process_form_ this-page_name', functi
</pre>
<h3 id="convertkit_admin_setup_wizard_load_screen_data_ this-page_name">
convertkit_admin_setup_wizard_load_screen_data_ this-page_name
<code>admin/class-convertkit-admin-setup-wizard.php::292</code>
<code>admin/class-convertkit-admin-setup-wizard.php::281</code>
</h3><h4>Overview</h4>
<p>Load any data into class variables for the given setup wizard name and current step.</p><h4>Parameters</h4>
<table>
Expand Down
Loading

0 comments on commit be35fff

Please sign in to comment.