Skip to content

Commit

Permalink
Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Dec 22, 2023
1 parent 48918ce commit d8ccd12
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions includes/class-convertkit-output-restrict-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -840,11 +840,11 @@ private function restrict_content( $content ) {
/**
* Define the output for the content preview when the visitor is not
* an authenticated subscriber.
*
* @since 2.4.1
*
* @param string $content_preview Content preview.
* @param int $post_id Post ID.
*
* @since 2.4.1
*
* @param string $content_preview Content preview.
* @param int $post_id Post ID.
*/
$content_preview = apply_filters( 'convertkit_output_restrict_content_content_preview', $content_preview, $this->post_id );

Expand All @@ -854,11 +854,11 @@ private function restrict_content( $content ) {
/**
* Define the output for the call to action, displayed below the content preview,
* when the visitor is not an authenticated subscriber.
*
* @since 2.4.1
*
* @param string $call_to_action Call to Action.
* @param int $post_id Post ID.
*
* @since 2.4.1
*
* @param string $call_to_action Call to Action.
* @param int $post_id Post ID.
*/
$call_to_action = apply_filters( 'convertkit_output_restrict_content_call_to_action', $call_to_action, $this->post_id );

Expand Down

0 comments on commit d8ccd12

Please sign in to comment.