-
Replikë prof. Nevila Nika mbi shtypjen e shqiptarëve dhe ndalimin e gjuhës shqipe në Perandorinë Osmane
function custom_content_restriction($content) { // Check if the user is a Jetpack subscriber (using Jetpack’s functionality) if (is_user_logged_in()) { // If the user is a subscriber, show the full content $user = wp_get_current_user(); if (in_array(‘subscriber’, $user->roles)) { return $content; // Full content for subscribers } } // For non-subscribers, display only 20% of the content $length…