' . implode( '', $action_links ) . '';
}
?>
By %s', 'learnpress', $add_on['author'] ); ?>
' ) ) {
echo '' . esc_html__( 'Untested with your version of WordPress', 'learnpress' ) . '';
} elseif ( ! empty( $plugin['requires'] ) && version_compare( substr( $GLOBALS['wp_version'], 0, strlen( $add_on['requires'] ) ), $add_on['requires'], '<' ) ) {
echo '' . wp_kses( __( 'Incompatible with your version of WordPress', 'learnpress' ), array( 'strong' => array() ) ) . '';
} else {
echo '' . wp_kses( __( 'Compatible with your version of WordPress', 'learnpress' ), array( 'strong' => array() ) ) . '';
}
?>