PHP code example of dimadin / capital-s-dangit

1. Go to this page and download the library: Download dimadin/capital-s-dangit library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

dimadin / capital-s-dangit example snippets


$my_text = capital_S_dangit( $my_text );

add_filter( 'my_custom_filter', 'capital_S_dangit' );