How to add feature selection to pipeline?

I’m enrolling in a course Data science with Python in which I have learned that Incorporating feature selection into a machine learning pipeline is crucial for developing accurate and explainable models and Scikit-learn offers multiple feature selection methods that can be effortlessly added to a pipeline using the Pipeline class. I have found one method during my research, and it works fine. Here’s below it is:

I’m curious to learn all other available alternative methods that provide similar functionality and believe that my senior data scientist will share them with me. I will appreciate their efforts.